crypto/cipher.gcm.auth (method)

3 uses

	crypto/cipher (current package)
		gcm.go#L190: 	g.auth(tag[:], out[:len(plaintext)], data, &tagMask)
		gcm.go#L225: 	g.auth(expectedTag[:], ciphertext, data, &tagMask)
		gcm.go#L413: func (g *gcm) auth(out, ciphertext, additionalData []byte, tagMask *[gcmTagSize]byte) {